home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15071 < prev    next >
Encoding:
Text File  |  1996-08-05  |  665 b   |  21 lines

  1. Newsgroups: comp.lang.c
  2. Path: lafn.org!av871
  3. From: av871@lafn.org (Karl Chen)
  4. Subject: Question about C compiler
  5. X-Nntp-Posting-Host: lafn.org
  6. Message-ID: <1996Apr16.175344.6042@lafn.org>
  7. Sender: news@lafn.org
  8. Organization: Los Angeles Free-Net
  9. Date: Tue, 16 Apr 1996 17:53:44 GMT
  10.  
  11.  
  12.     In C and C++ ,there is a way to allocate and dealloacte memory 
  13. dynamically ( in C,using malloc() and free(),In C++,using new and delete)
  14. .I heard from a book that some compiler do not delete the pointer after
  15. deallocation,is this true?Why they don't do this ? What about Boland C++
  16. ? Can anyone give me a advice ?
  17.  
  18.       Thankx !!!Please e-mail me
  19.  
  20. my e-mail is av871@lafn.org
  21.